Downloads per sec (last 5 min)
function (...)
{
if (length(outputArgs) != 0 && !hasExecuted$get()) {
warning("Unused argument: outputArgs. The argument outputArgs is only ",
"meant to be used when embedding snippets of Shiny code in an ",
"R Markdown code chunk (using runtime: shiny). When running a ",
"full Shiny app, please set the output arguments directly in ",
"the corresponding output function of your UI code.")
hasExecuted$set(TRUE)
}
if (is.null(formals(origRenderFunc)))
origRenderFunc()
else origRenderFunc(...)
}
<bytecode: 0x0000000015640278>
<environment: 0x0000000015634128>
attr(,"class")
[1] "shiny.render.function" "function"
attr(,"outputFunc")
function (outputId, width = "100%", height = "160px")
{
shiny::uiOutput(outputId, class = "shiny-html-output shiny-valuebox-output",
width = width, height = height)
}
<bytecode: 0x0000000014c92870>
<environment: namespace:flexdashboard>
attr(,"outputArgs")
list()
attr(,"hasExecuted")
<Mutable>
Public:
clone: function (deep = FALSE)
get: function ()
set: function (value)
Private:
value: FALSE